#camera-container {
    margin-bottom: 20px;
  }
  #video {
    width: 100%;
    max-width: 800px;
    border: 2px solid #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
#captureButton,
  #switchCameraButton,
  #downloadButton,
  #zoomInButton,
  #zoomOutButton,
  #resetButton,
  .filterButton {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
  }
  #previewImage {
    width: 100%;
    max-width: 800px;
    display: none;
    margin-top: 20px;
  }